PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DBackground Class / setColor Method
A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that defines the color of the background.
In This Topic
    setColor Method
    In This Topic
    Sets the background color.
    Syntax
    public void setColor( 
       PDFRgbColor color
    )

    Parameters

    color
    A com.o2sol.pdf4java.graphics.colors.PDFRgbColor object that defines the color of the background.
    See Also